const hash/fnv.offset64

5 uses

	hash/fnv (current package)
		fnv.go#L33: 	offset64        = 14695981039346656037
		fnv.go#L59: 	var s sum64 = offset64
		fnv.go#L66: 	var s sum64a = offset64
		fnv.go#L90: func (s *sum64) Reset()   { *s = offset64 }
		fnv.go#L91: func (s *sum64a) Reset()  { *s = offset64 }